Class symantec.itools.db.beans.binding.EventEditorPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.binding.EventEditorPanel

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----symantec.itools.db.beans.binding.EventEditorPanel

public class EventEditorPanel
extends JPanel

Panel for Triggering Event Custom Property Editor.

Version:
1.0 10/12/98
Author:
Alessandro Vernet

Constructor Index

 o symantec.itools.db.beans.binding.EventEditorPanel()

Method Index

 o addActionListener(ActionListener)
Adds an ActionListener to the panel.
 o fillVector()
 o fireActionPerformed(ActionEvent)
Call actionPerformed on every registred listener.
 o getEvent()
Returns the currently selected event.
 o removeActionListener(ActionListener)
Removes an ActionListener to the panel.
 o setEvent(BindingModelEvent)
Sets the currently selected event.

Constructors

 o EventEditorPanel
public EventEditorPanel()

Methods

 o addActionListener
public void addActionListener(ActionListener actionListener)
Adds an ActionListener to the panel. An action will be fired if the user double clicks on a list item.

 o fillVector
public void fillVector()
 o fireActionPerformed
protected void fireActionPerformed(ActionEvent event)
Call actionPerformed on every registred listener.

 o getEvent
public symantec.itools.db.beans.binding.BindingModelEvent getEvent()
Returns the currently selected event.

 o removeActionListener
public void removeActionListener(ActionListener actionListener)
Removes an ActionListener to the panel.

 o setEvent
public void setEvent(BindingModelEvent event)
Sets the currently selected event. Should be used when the panel is constructed to selected the initial value.


All Packages  Class Hierarchy  This Package  Previous  Next  Index